Welcome![Sign In][Sign Up]
Location:
Search - socket c

Search list

[Windows DevelopTCPIP Socket编程实例

Description: Socket编程示例-Socket Programming Example
Platform: | Size: 13312 | Author: 保镖 | Hits:

[Internet-NetworkWindows Socket API 使用经验

Description: Windows Socket API 使用经验-Windows Socket API experience
Platform: | Size: 144384 | Author: han | Hits:

[Internet-Networkp222222222

Description: Web服务器V1.01,Win Socket底层开发-Web server fixes, Win Socket bottom Development
Platform: | Size: 161792 | Author: wei | Hits:

[Consolesocket(for Windows and UNIX)

Description: 一个封装标准BSD Socket的C++类- c++ class encapsulat standard bsd
Platform: | Size: 4096 | Author: 罗少波 | Hits:

[JSP/Javaclient-server

Description: 利用Socket编程制作一个简单的C/S应用。其中,Client端为GUI程序,用于提供界面输入两个数,并有1个“发送”按钮,另外还有一个 TextField用于显示传来的计算结果;Server端用于监听连接请求、计算发送过来的两数的和、送回数据结果。-Socket programming produced using a simple C/S applications. Which side of the GUI Client procedures used to provide input interface number two, and a "send" button, there is another TextField came for the show results; Terminal Server connectivity for wiretapping request, sent over the calculation of the number two and, for the return data results.
Platform: | Size: 1024 | Author: 刘流 | Hits:

[Linux-Unixunix下socket完整实现

Description: scounix编译通过,c/s完整实现-scounix compiler, c/s full realization
Platform: | Size: 156672 | Author: 余国平 | Hits:

[Parallel PortPK1111

Description: 一个C语言的SOCKET程序,用于UNIX平台-a C language SOCKET procedures for the UNIX platform
Platform: | Size: 13312 | Author: 李健 | Hits:

[Internet-NetworkFtpFactory

Description: C# FTP,Socket 实现的-C# FTP, the Socket
Platform: | Size: 3072 | Author: 王宇 | Hits:

[Internet-NetworkCS模式开发实例

Description: C/S模式程序简单开发样例,可以学到多线程及socket方面的知识-C/S to develop a simple example, can learn multithreading socket and the knowledge
Platform: | Size: 3664896 | Author: 张也 | Hits:

[CSharp本书小例程

Description: 《C#案例开发》源代码,包括socket应用,文件操作,邮件收发,注册表操作等小例程-"C# development case" source code, including socket applications, operational documents, e-mail, registry operators and other small routines
Platform: | Size: 989184 | Author: 竹子 | Hits:

[SymbianSockets

Description: NOKIA手机的基于C++的socket完整的开发API,非常好用-Nokia phones based on the C socket complete development API, very handy
Platform: | Size: 21504 | Author: 杨安国 | Hits:

[Email Clientcsharp.mail.socket

Description: 用c#实现能过socket连接smtp实现发送邮件及附件的小程序,通常可用来定时通知什么的-with c# socket connections will be a realization smtp mail attachments and small programs, usually can be used to regularly informed of what
Platform: | Size: 13312 | Author: woodwater | Hits:

[Communicationconnector

Description: 用C实现的TCP/IP socket连接/读/写操作。采用了select方法来设置socket超时。此示例在Windows/unix系统下编译运行通过。-C realization of TCP/IP socket connections/read/write operation. Select the method used to set the socket overtime. This example in the Windows/Unix systems running through the compiler.
Platform: | Size: 2048 | Author: 潘振瑶 | Hits:

[TCP/IP stackJBSocketServerTestSource

Description: Testing TCP and UDP socket servers using C# and .NETWhen you re developing a TCP/IP server application it s easy to test it poorly. It s easy to fire requests into a server, check the responses and assume that s enough. Even if you re testing using the actual production client application you may find that you are failing to fully test the server under heavy load or unusual network conditions. You may be using two or more machines, but your development network probably doesn t cause the kind of packet fragmentation and delays that you might encounter in the wild. Often when testing in the development environment your server only ever receives complete, distinct messages, and this can lead novice developers to assume that this is how it always is. As we pointed out in a previous article, the server developer is always responsible for breaking up the TCP byte stream into protocol specific chunks.
Platform: | Size: 110592 | Author: 王小文 | Hits:

[Internet-Networksocket++-1_10MSVC6

Description: 跨平台的最轻量级socket的c++库,支持windows,linux,solaris-cross-platform of the most lightweight c socket library, support for Windows, Linux, Solaris
Platform: | Size: 28672 | Author: 包慧明 | Hits:

[Windows Develop2003061723305924139多线程Socket

Description: 2003061723305924139多线程Socket,多线程,通信开发-multi-thread Socket, writing by communications
Platform: | Size: 404480 | Author: 武明 | Hits:

[Communicationtcpcandperl

Description: 本程序包包含有linux下socket通讯的tcp例程,包含有tcp的服务器端和客户端,含有C语言以及perl两种实现,本人整理,全部能运行。-bags containing the procedures under linux tcp socket communications routines, including a tcp servers and clients, containing C and perl language to achieve both, I collated all can run.
Platform: | Size: 27648 | Author: 李强 | Hits:

[Chess Poker games万人五子棋

Description: 采用优化的Socket通讯技术,可以支持上万人同时在线的五子棋游戏。-optimized Socket communications technology, can support up to 10,000 simultaneous players in 331 games.
Platform: | Size: 39936 | Author: 韩晓 | Hits:

[Internet-Network运用异步输入输出流编写Socket进程通信

Description: 代码号为”Merlin”的J2SE1.4带来了一些激动人心的新特性,诸如对正则表达式的支持,异步输入输出流,通道(Channel),字符集等.虽然该版本还处在测试阶段,但这些新特性早已让开发人员们跃跃欲试.在Merlin发布之前,异步输入输出流的应用还只是C,C++程序员的特殊武器 在Merlin中引入异步输入输出机制之后,Java程序员也可以利用它完成很多简洁却是高质量的代码了.本文将介绍怎样使用异步输入输出流来编写Socket进程通信程序.-code, as "Merlin" J2SE1.4 brought some exciting new features, such as the right is a regular expression support, asynchronous input and output streams, channel (Channel), such as character set. Although this version is still in the testing stage, but these new features make the developers who the dismissive. before the publication of the Merlin, asynchronous input and output streams of only C, C programmer in the special weapons Merlin introduced asynchronous input-output mechanisms, Java programmers can also use a lot of it is simple but high-quality code. this article will introduce how to use asynchronous losers into the output stream to the process of preparing Socket Communication Program.
Platform: | Size: 5120 | Author: 陈浩 | Hits:

[CSharp同步套接字

Description: 这是c#的socket编程,同步套接字里面包括MTA和STA两个小程序。-This is the c# socket programming, including synchronization socket inside MTA and STA two small programs.
Platform: | Size: 134144 | Author: zeta | Hits:
« 1 2 3 4 56 7 8 9 10 ... 50 »

CodeBus www.codebus.net